============================= test session starts ==============================
platform linux -- Python 3.14.0, pytest-8.4.2, pluggy-1.6.0
rootdir: /tmp/pytest-of-runner/pytest-0/test_blank_code_line0
collected 1 item

f.py F                                                                   [100%]

=================================== FAILURES ===================================
_____________________________________ test _____________________________________

    def test():
    
>       assert False
E       assert False

f.py:3: AssertionError
=========================== short test summary info ============================
FAILED f.py::test - assert False
============================== 1 failed in 0.00s ===============================